home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-19 | 5.4 KB | 173 lines | [TEXT/MPS ] |
- # This makefile was produced at 10:33:52 AM on Wed, Apr 5, 1995 by
- # MakeMake 2.0d38q1 (4/14/1992) by Rick Holzgrafe, scott douglass, Jeff Holcomb, MQ.
-
- Sources = :Sources:
- Objects = :Objects:
- Built = :Built:
-
- "{Objects}MrC:" ƒ "{Sources}"
-
- .a.o ƒ .a
- Echo "∂t∂tAssembling {Default}.a"
- {Asm} {DepDir}{Default}.a -o {Targ} -lo {Targ}.lst {StdADump} {AOptions} {StdAIncludes}
-
- .c.o ƒ .c
- Echo "∂t∂tCompiling {Default}.c"
- {C} {DepDir}{Default}.c -o {Targ} {StdCDump} {COptions} {StdCIncludes}
-
- .cp.o ƒ .cp
- Echo "∂t∂tCompiling {Default}.cp"
- {CPlus} {DepDir}{Default}.cp -o {Targ} {StdCPDump} {CPOptions} {StdCPIncludes}
-
- .p.o ƒ .p
- Echo "∂t∂tCompiling {Default}.p"
- {Pascal} {DepDir}{Default}.p -o {Targ} {StdPDump} {POptions} {StdPIncludes}
-
- TARGETS = "{Objects}MrC:Inspector.xcoff" ∂
- "{Objects}MrC:Inspector.pef" ∂
- "{Built}MrC:InspectorPPC"
-
- DOT_H = "{Sources}RegisteredObjectsWindow.h" ∂
- "{Sources}Document.h" ∂
- "{Sources}List.h" ∂
- "{Sources}Application.h" ∂
- "{Sources}Inspector.h" ∂
- "{Sources}SimpleCommon.h" ∂
- "{Sources}TrapAvailable.cp"
-
- DOT_R = "{Sources}InspectorMain.PPC.r"
-
- SRCS = "{Sources}InspectorMain.cp"
-
- # For "{Objects}MrC:Inspector.xcoff"
- OBJS_00 = "{Objects}MrC:InspectorMain.cp.o"
-
- # For "{Objects}MrC:Inspector.xcoff"
- LIBS_00 = "{Objects}MrC:InspectorLibrary.cl.o" ∂
- "{SLMLibraries}MrCLibraries:LibraryManagerPPC.o"
-
- # For "{Built}MrC:InspectorPPC"
- RES_02 = "{Sources}InspectorMain.PPC.r"
-
- # For "{Objects}MrC:Inspector.pef"
- EXDEPS_01 = "{Objects}MrC:Inspector.xcoff"
-
- # For "{Built}MrC:InspectorPPC"
- EXDEPS_02 = "{Objects}MrC:Inspector.pef"
-
- StdAIncludes = -i "{AIncludes}"
- StdCIncludes = -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
- StdCPIncludes = -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
- StdPIncludes =
- StdADump =
- StdCDump =
- StdPDump =
- StdCPDump =
- LIB = PPCLink -sym on {SymbolOption} -xm library -dead off
- LINK = PPCLink {SymbolOption}
- REZ = Rez -d GENERATING68K=0 -d GENERATINGPOWERPC=1
- Asm = PPCAsm
- C = MrC
- CPlus = MrCpp
- COUNT = Count
- COUNTOPTS =
- CTAGS = Ctags
- CTAGSOPTS = -p -local -update
- DELETE = Delete
- DELETEOPTS = -i
- FILES = Files
- FILESOPTS = -l
- LIBOPTS =
- LINKOPTS =
- MAKEFILE = Makefile
- PRINT = Print
- PRINTOPTS =
- SETFILE = SetFile
- SETFILEOPTS = -t 'MPST' -c 'MPS '
-
- AOptions = {MyPreAOptions} -dialect power -define MRC=1 {MyAOptions}
-
- COptions = {MyPreCOptions} -opt off -y "{TempFolder}" -notonce {SymbolOption} {MyCOptions}
-
- ROptions = {MyPreROptions} {SymbolOption} {MyROptions}
-
- CPOptions = {MyPreCPlusOptions} -opt off -y "{TempFolder}" -notonce {SymbolOption} {MyCPlusOptions}
-
- all ƒ {TARGETS}
-
- "{Objects}MrC:Inspector.xcoff" ƒƒ {OBJS_00} {LIBS_00}
- If {Progress}; Echo "∂t∂tLinking {Targ}"; End
- {LINK} -w -main main ∂
- "{PPCLibraries}"MrCPlusLib.o ∂
- "{PPCLibraries}"StdCLib.xcoff ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- "{PPCLibraries}"InterfaceLib.xcoff -o {Targ} ∂
- {OBJS_00} {LIBS_00}
-
- "{Objects}MrC:Inspector.pef" ƒ {EXDEPS_01}
- MakePef "{Objects}MrC:"Inspector.xcoff -o "{Objects}MrC:"Inspector.pef ∂
- -l InterfaceLib.xcoff=InterfaceLib -l StdCLib.xcoff=StdCLib
- Duplicate -y -d "{Objects}MrC:"Inspector.pef "{Built}MrC:"InspectorPPC
- If "{SymbolOption}" !=
- MakeSym -w -o "{Built}MrC:"InspectorPPC.xSYM -r "{Objects}MrC:"Inspector.xcoff
- {SETFILE} -c 'R2Db' -t 'MPSY' "{Built}MrC:"InspectorPPC.xSYM
- End
-
- "{Built}MrC:InspectorPPC" ƒƒ {RES_02} {EXDEPS_02} ∂
- "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{Sources}SimpleCommon.h" ∂
- "{RIncludes}CodeFragmentTypes.r"
- If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
- {REZ} -t APPL -c MOOT -s "{Objects}MrC:" -i "{RIncludes}" ∂
- -i "{SLMInterfaces}RIncludes:" ∂
- -i "{Objects}MrC:" -o {Targ} {RES_02}
-
- "{Built}MrC:InspectorPPC" ƒƒ {EXDEPS_02} {RES_02} ∂
- "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{Sources}SimpleCommon.h" ∂
- "{RIncludes}CodeFragmentTypes.r"
- {SETFILE} -a iB {Targ}
-
- clean ƒ
- {DELETE} {DELETEOPTS} {OBJS_00}
-
- clobber ƒ clean
- {DELETE} {DELETEOPTS} {TARGETS}
-
- count ƒ
- {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
-
- files ƒ
- {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS_00}
-
- print ƒ
- {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
-
- tags ƒ {DOT_H} {SRCS}
- {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
-
- "{Objects}MrC:InspectorMain.cp.o" ƒ ∂
- "{CIncludes}Quickdraw.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" "{CIncludes}QuickdrawText.h" ∂
- "{CIncludes}IntlResources.h" "{CIncludes}Fonts.h" "{CIncludes}Events.h" ∂
- "{CIncludes}OSUtils.h" "{CIncludes}Windows.h" "{CIncludes}Controls.h" ∂
- "{CIncludes}Menus.h" "{CIncludes}Desk.h" "{CIncludes}Dialogs.h" ∂
- "{CIncludes}TextEdit.h" "{CIncludes}ToolUtils.h" ∂
- "{CIncludes}TextUtils.h" "{CIncludes}Script.h" "{CIncludes}FixMath.h" ∂
- "{CIncludes}Memory.h" "{CIncludes}Resources.h" "{CIncludes}Files.h" ∂
- "{CIncludes}SegLoad.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerUtilities.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h" ∂
- "{Sources}RegisteredObjectsWindow.h" ∂
- "{Sources}Document.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{Sources}List.h" "{CIncludes}Lists.h" ∂
- "{Sources}Application.h" ∂
- "{Sources}Inspector.h" ∂
- "{Sources}SimpleCommon.h" ∂
- "{Sources}TrapAvailable.cp"
-